home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / include / util.h < prev    next >
C/C++ Source or Header  |  1988-10-23  |  841b  |  31 lines

  1. /*
  2.  * util.h --
  3.  *
  4.  *    Declarations of routines in the util lib.
  5.  *
  6.  * Copyright 1987 Regents of the University of California
  7.  * All rights reserved.
  8.  * Permission to use, copy, modify, and distribute this
  9.  * software and its documentation for any purpose and without
  10.  * fee is hereby granted, provided that the above copyright
  11.  * notice appear in all copies.  The University of California
  12.  * makes no representations about the suitability of this
  13.  * software for any purpose.  It is provided "as is" without
  14.  * express or implied warranty.
  15.  *
  16.  * $Header: util.h,v 1.1 88/10/03 13:15:24 mlgray Exp $ SPRITE (Berkeley)
  17.  */
  18.  
  19. #ifndef _UTIL
  20. #define _UTIL
  21.  
  22. /* procedures */
  23. extern    char    *Util_CanonicalDir();
  24. extern    int    Util_StringToColor();
  25. extern    char    *Util_Strcpy();
  26. extern    char    *Util_Strncpy();
  27.  
  28. extern    void    free_scandir();
  29.  
  30. #endif /* _UTIL */
  31.